/*
* @Author: Administrator
* @Date:   2017-06-09
* @Last Modified by:   Administrator
* @Last Modified time: 2017-06-19
*/
body{
    text-align: left;
    font-family: "MicrosoftYaHei";
}
body,h3,p,ul,li{ margin: 0;padding: 0; }
li{ list-style: none; }
.hide{ display: none; }
.container{
    padding: 0;
    width: 1100px;
    margin: 0 auto;
}
.footer{
    height: 100px;
    background-color: #fafafa;
}
.footer .inner{
    width: 1100px;
    margin: 0 auto;
    padding-top: 45px;
    font-size: 14px;
    text-align: center;
    color: #9a9a9a;
}
.footer .inner span{padding: 0 10px;}

.tab .tab-title{
    border: solid 1px #c5cfd1;
    border-left: 0;
    height: 58px;
}
.tab .tab-title li{
    float: left;
    width: 25%;
    height: 55px;
    line-height: 55px;
    border-left: solid 1px #c5cfd1;
    border-top: solid 3px #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.tab .tab-title li i{
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/unit/quan-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.tab .tab-title li.current{
    border-top: solid 3px #e42d31;
}
.tab .tab-title li.current i{
    background-image: url(../../images/unit/quan.png);
}
.tab .tab-title li.over i{
    background-image: url(../../images/unit/quan-over.png);
}

.tab .tab-titlesx{
    border: solid 1px #c5cfd1;
    border-left: 0;
    height: 58px;
}
.tab .tab-titlesx li{
    float: left;
    width: 25%;
    height: 55px;
    line-height: 55px;
    border-left: solid 1px #c5cfd1;
    border-top: solid 3px #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.tab .tab-titlesx li i{
    margin-right: 5px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../../images/unit/quan-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
}
.tab .tab-titlesx li.current{
    border-top: solid 3px #e42d31;
}
.tab .tab-titlesx li.current i{
    background-image: url(../../images/unit/quan.png);
}
.tab .tab-titlesx li.over i{
    background-image: url(../../images/unit/quan-over.png);
}


.form-area{
    padding: 40px 150px 40px 100px;
}
.form-area .getcode-group{ position: relative; }
.form-area .getcode{
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    color: #e42d31;
    line-height: 35px;
    cursor: pointer;
}
.form-area .notice-group{
    font-size: 16px;    
}
.form-area .notice-group span.red{ color: #e42d31; }
.form-area .btn-submit{
    margin-top: 30px;
    width: 300px;
    height: 48px;
    border:solid 1px #e42d31;
    background:#fff;
    font-size: 18px;
    color: #e42d31;
    border-radius: 5px;
}
.form-area .btn-submit:hover{
    background-color: #e42d31;
    color: #fff;
}